.main .head-tree {
  margin-top: 30px;
  width: 1160px;
  padding: 0 20px;
  background-color: #f7f8fa;
  border-bottom: 1px solid #e6e6e6;;
}

.main .content {
  margin: 0 20px;
  width: 1160px;
}

.main .content .gg {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dotted #ebebeb;
  margin-top: 24px;
  padding-bottom: 12px;
}

.query {
  width: 100px;
  height: 36px;
  background-color: #4293f4;
  color: #ffffff;
  overflow: hidden;
  text-align: center;
  line-height: 36px;
  margin-top: 8px;
}

.border {
  background-color: #ffffff;
  border: solid 1px #ebebeb;
}

.input-select {
  height: 36px;
  padding-left: 12px;
  box-sizing: border-box;
  font-size: 16px;
}

.nav-list-table tr:hover {
  /*background-color: #f6faff;*/
}

.table th, .table td {
  font-size: 16px;
}

.publicity-tags span {
  font-size: 20px;
  color: #666666;
  position: relative;
  cursor: pointer;
}

.publicity-tags span + span {
  margin-left: 34px;
}

.publicity-tags span + span:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #cccccc;
  left: -20px;
  top: 3px;
}

.publicity-tags .active {
  color: #087cd6;
  font-weight: bold;
}

/* 底部翻页 */
.main .changePage {
  margin-top: 30px;
  overflow: hidden;
}

.main .changePage .pageCount {
  float: right;
}

.main .changePage .pageCount span {
  display: inline-block;
  padding: 7px 10px;
  color: #999999;
  background-color: #f5f5f5;
  cursor: pointer;
}

.main .changePage .pageCount .active {
  background-color: #edf4fd;
  color: #4293f4;;
}

.main .changePage .pageCount .select {
  color: #ffffff;
  background-color: #4293f4;
}

.bb {
  background-color: #fafafa;
  height: 80px !important;
  padding: 0 20px;
  line-height: 80px !important;
  padding-bottom: 0 !important;
}

.bb .query {
  margin-top: 23px;
}


